This folder contains sample applications which demonstrate some of the integration required to use QuickDraw and QuickDraw GX. There's also a Pascal example in this folder, because we only had one created, and we didn't want it to go unnoticed. Please notice it.
Brief Descriptions:
• QD PICT To GX Picture
Demonstrates how you would convert a QuickDraw PICT to a QuickDraw GX picture using the GXConvertPICTToPicture call. This sample application has been converted to Metrowerks and now uses the new GX interfaces.
• QDGX Scrolling
Demonstrates the method which should be used to scroll QuickDraw GX shapes within a window. This sample application has been converted to Metrowerks and now uses the new GX interfaces.
• QDGX Shell
Demonstrates how you can initialize QuickDraw GX, print, and draw. The file called "put your code here.c" is where you would add your drawing code. This sample application, which builds in MPW, Symantec and Metroworks for 68K and PPC, now uses the new GX interfaces.
• Rotating Rects
A Pascal port of the C version of the Rotating Rects example found in the Graphics Samples folder. This sample can be built using the Pascal interfaces and libraries.